home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / search.swf / scripts / frame_60 / DoAction.as
Encoding:
Text File  |  2005-11-04  |  291 b   |  12 lines

  1. search_form_init();
  2. search_box.name_txt.text = _g.gLastSearch.name.split(",").join(" ").toString();
  3. if(_g.gLastSearch.lea)
  4. {
  5.    search_box.name_txt.text = _g.gLastSearch.lea;
  6. }
  7. else if(_g.gLastSearch.region)
  8. {
  9.    search_box.name_txt.text = _g.gLastSearch.region;
  10. }
  11. map_disable();
  12.